LEADTOOLS Medical (Leadtools.Dicom assembly)

AddPresentationStateImageReference(ILeadStream,Int32[],Int32) Method

Show in webframe







Leadtools.ILeadStream that contains the image(SOP Instance) to be referenced.
An array which represents the frame numbers inside the image (SOP Instance) to which the presentation state will be applied.
Value that represents the number of frames being set.
Adds a new item to the "Referenced Image Sequence" under the "Presentation State Module" from an Leadtools.ILeadStream.
Syntax
public void AddPresentationStateImageReference( 
   ILeadStream stream,
   int[] frameNumbers,
   int framesCount
)
'Declaration
 
Public Overloads Sub AddPresentationStateImageReference( _
   ByVal stream As ILeadStream, _
   ByVal frameNumbers() As Integer, _
   ByVal framesCount As Integer _
) 
'Usage
 
Dim instance As DicomDataSet
Dim stream As ILeadStream
Dim frameNumbers() As Integer
Dim framesCount As Integer
 
instance.AddPresentationStateImageReference(stream, frameNumbers, framesCount)
public void AddPresentationStateImageReference( 
   ILeadStream stream,
   int[] frameNumbers,
   int framesCount
)

            

            
 function Leadtools.Dicom.DicomDataSet.AddPresentationStateImageReference(ILeadStream,Int32[],Int32)( 
   stream ,
   frameNumbers ,
   framesCount 
)
public:
void AddPresentationStateImageReference( 
   ILeadStream^ stream,
   array<int>^ frameNumbers,
   int framesCount
) 

Parameters

stream
Leadtools.ILeadStream that contains the image(SOP Instance) to be referenced.
frameNumbers
An array which represents the frame numbers inside the image (SOP Instance) to which the presentation state will be applied.
framesCount
Value that represents the number of frames being set.
Remarks
This method adds a new item to the "Referenced Image Sequence" (0008,1140) under the "Presentation State Module", by passing the file name of the image (SOP Instance) to be referenced.
Example
For an example, refer to SetPresentationStateInformation.
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List
DicomDataSet.SetPresentationStateInformation
DicomDataSet.GetPresentationStateInformation
DicomDataSet.AddPresentationStateImageReference(DicomDataSet, int[], int)
DicomDataSet.RemovePresentationStateImageReference
DicomDataSet.RemoveAllPresentationStateImageReferences
DicomDataSet.GetPresentationStateImageReferenceSOPInstance
DicomDataSet.GetPresentationStateImageReferenceCount
DicomDataSet.FindFirstPresentationStateReferencedSeriesItem
DicomDataSet.FindNextPresentationStateReferencedSeriesItem
DicomDataSet.GetPresentationStateImageReference

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features